projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f11842
)
* test/Makefile.in: Turn off hydra verbose logging for electric-tests.
author
Glenn Morris
<rgm@gnu.org>
Sat, 21 Aug 2021 19:17:39 +0000
(12:17 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 21 Aug 2021 19:17:39 +0000
(12:17 -0700)
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index a3412d6b53a28d97bf2c5487ba1db43cd0bbde66..7047c244824cb65b8cb3e84a3ab3cacad40d8891 100644
(file)
--- a/
test/Makefile.in
+++ b/
test/Makefile.in
@@
-163,7
+163,7
@@
endif
WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
## On Hydra or Emba, always show logs for certain problematic tests.
ifdef EMACS_HYDRA_CI
-lisp/net/tramp-tests.log
lisp/electric-tests.log
\
+lisp/net/tramp-tests.log \
: WRITE_LOG = 2>&1 | tee $@
endif
ifdef EMACS_EMBA_CI